home *** CD-ROM | disk | FTP | other *** search
/ Tech Win 1995 November / CD [TECH_B].bin / tech_b / delphi / trial / disk11 / fddelphi.pak / PASSTEST.DPR next >
Encoding:
Text File  |  1995-08-08  |  165 b   |  13 lines

  1. program PassTest;
  2.  
  3. uses
  4.   Forms,
  5.   UsePass in 'USEPASS.PAS' {Form1};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TForm1, Form1);
  11.   Application.Run;
  12. end.
  13.